remove_mean Function

public pure function remove_mean(x) result(rst)

Removes the mean offset from the specified data set.

Arguments

Type IntentOptional Attributes Name
real(kind=real64), intent(in), dimension(:) :: x

The array on which to operate.

Return Value real(kind=real64), allocatable, dimension(:)

The data set with its mean removed.